home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([cast "curs", cast "mask"])
- end
-
- on mouseLeave
- cursor(-1)
- end
-
- on mouseUp
- global documento, docAnterior
- cursor(-1)
- set docAnterior to "photobook"
- set documento to "photobook"
- go("key", "bonus")
- end
-